Normalize some script src= paths that confused Blink's import script (#3227); r=Ms2ger 
diff --git a/IndexedDB/transaction-lifetime-empty.html b/IndexedDB/transaction-lifetime-empty.html index 50e552e..7d4b0d7 100644 --- a/IndexedDB/transaction-lifetime-empty.html +++ b/IndexedDB/transaction-lifetime-empty.html 
@@ -1,8 +1,8 @@  <!DOCTYPE html>  <title>IndexedDB: Commit ordering of empty transactions</title> -<script src='../../resources/testharness.js'></script> -<script src='../../resources/testharnessreport.js'></script> -<script src='support.js'></script> +<script src="/resources/testharness.js"></script> +<script src="/resources/testharnessreport.js"></script> +<script src="support.js"></script>  <script>    // Call with a test object and array of expected values. Returns a